home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000241_andreas@mpa-garching.mpg.de_Wed Feb 2 10:27:24 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from ibm-1.mpa-garching.mpg.de by cs.umb.edu with SMTP id AA08285
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 4 Feb 1994 11:42:48 -0500
  3. Received: from localhost (andreas@localhost) by ibm-1.MPA-Garching.MPG.DE (8.6.4/8.6) id RAA41202; Fri, 4 Feb 1994 17:42:16 +0100
  4. Resent-Date: Fri, 4 Feb 1994 17:42:16 +0100
  5. Resent-From: Andreas Schott <andreas@mpa-garching.mpg.de>
  6. Resent-Message-Id: <199402041642.RAA41202@ibm-1.MPA-Garching.MPG.DE>
  7. Resent-To: kb@cs.umb.edu, tex-k@cs.umb.edu
  8. Received: from localhost (andreas@localhost) by ibm-1.MPA-Garching.MPG.DE (8.6.4/8.6) id JAA55284; Wed, 2 Feb 1994 09:27:24 +0100
  9. Message-Id: <199402020827.JAA55284@ibm-1.MPA-Garching.MPG.DE>
  10. In-Reply-To: <199402011932.AA01533@terminus.cs.umb.edu>
  11. References: <199402011932.AA01533@terminus.cs.umb.edu>
  12. Reply-To: andreas@mpa-garching.mpg.de (Andreas Schott)
  13. From: Andreas Schott <andreas@mpa-garching.mpg.de>
  14. To: "K. Berry" <kb@cs.umb.edu>
  15. Cc: tex-k@cs.umb.edu
  16. Subject: srcdir woes
  17. Date: Wed, 2 Feb 1994 09:27:24 +0100
  18.  
  19. > By the way, I'm afraid I still don't follow why we can't run
  20. > config.status in kpathsea. Can't we substitute the correct values for
  21. > whatever is wrong? I really don't want to run configure twice for people
  22. > not using --srcdir. I made your other --srcdir changes.
  23.  
  24. You are right, it is possible if you change all references to dvipsk
  25. into those to kpathsea, if you use the dvipsk/config.status. This 
  26. concerns the recheck-command and the srcdir-definition.
  27.  
  28. I agree with you running configure twice is not what one would like to
  29. have, but when generating web2c, dvipsk and xdvik, I run configure
  30. three times anyway, so a fourth time is not that much. (I have linked
  31. the dvipsk and xdvik under web2c-6.0: see another mail)
  32.  
  33. If you want to minimize the configure-calls, you should use a top
  34. level configure containing everything you need for web2c, dvipsk,
  35. xdvik and kpathsea (may be checking, which of these directories
  36. exist), and than using that config.status after some editing or
  37. containg ifs to determine the current directory to generate all
  38. the files in these directories.
  39.  
  40. I will try a little bit and tell you the results. There are some more
  41. problems with the Makefiles in the subdirectories of web2c-6.0/web2c.
  42. Here some references to the srcdir are missing. I am working on that.
  43.  
  44. Andreas.